Skip to content

ListObservable.Contains(T) method

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public bool Contains(T item)

Summary: Determines whether the ListObservable contains a specific value.

Parameters

NameTypeDescription
itemTThe item to search for in the list.

Returns: bool -- true if found; false otherwise.